Skip to content

Conversation

@eronnen
Copy link
Contributor

@eronnen eronnen commented May 21, 2025

@eronnen eronnen requested a review from JDevlieghere as a code owner May 21, 2025 06:10
@eronnen eronnen merged commit 2ed8c27 into llvm:main May 21, 2025
6 of 10 checks passed
@llvmbot llvmbot added the lldb label May 21, 2025
@llvmbot
Copy link
Member

llvmbot commented May 21, 2025

@llvm/pr-subscribers-lldb

Author: Ely Ronnen (eronnen)

Changes

Fix https://lab.llvm.org/buildbot/#/builders/141/builds/8867


Full diff: https://github.com/llvm/llvm-project/pull/140852.diff

1 Files Affected:

  • (modified) lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py (+1)
diff --git a/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py b/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
index a045dfd32ef2d..a8b51864d118b 100644
--- a/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
+++ b/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
@@ -33,6 +33,7 @@ def test_disassemble(self):
         self.assertNotIn("location", qsort_assembly, "Source location not expected.")
         self.assertIn("instruction", pc_assembly, "Assembly instruction missing.")
 
+    @skipIfWindows
     def test_disassemble_backwards(self):
         """
         Tests the 'disassemble' request with a backwards disassembly range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants